// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Slippery When Wet - Bon Jovi Tribute','Tupelo Music Hall','Derry, NH','Friday','7/18/2025','5:00 PM','6994580','Slippery-When-Wet---Bon-Jovi-Tribute-7-18-2025'],['Absolute Bon Jovi & The Def Leppard Experience','Ferg's Sports Bar','St. Petersburg, FL','Friday','7/18/2025','7:00 PM','7238690','Absolute-Bon-Jovi---The-Def-Leppard-Experience-7-18-2025'],['Shot Thru The Heart - The Bon Jovi Experience','Tally Ho Theater','Leesburg, VA','Friday','8/1/2025','7:00 PM','7140836','Shot-Thru-The-Heart---The-Bon-Jovi-Experience-8-1-2025'],['Don Jovi - Bon Jovi Tribute','The Lamp Theatre','Irwin, PA','Friday','8/1/2025','8:00 PM','6994422','Don-Jovi---Bon-Jovi-Tribute-8-1-2025'],['Shot Thru The Heart - The Bon Jovi Experience','The Amp Ballantyne','Charlotte, NC','Friday','8/8/2025','5:30 PM','6995557','Shot-Thru-The-Heart---The-Bon-Jovi-Experience-8-8-2025'],['Wanted - Bon Jovi Tribute','Party at the Pines - Whispering Pines Golf Course','Meadville, PA','Friday','8/8/2025','6:00 PM','7201974','Wanted---Bon-Jovi-Tribute-8-8-2025'],['Bon Journey: A Tribute to Bon Jovi and Journey','Jergel's Rhythm Grille','Warrendale, PA','Saturday','8/9/2025','8:00 PM','6909405','Bon-Journey--A-Tribute-to-Bon-Jovi-and-Journey-8-9-2025'],['Bed of Roses - Tribute to Bon Jovi','Main Street Crossing','Tomball, TX','Monday','8/11/2025','8:00 PM','7138075','Bed-of-Roses---Tribute-to-Bon-Jovi-8-11-2025'],['Wanted - Bon Jovi Tribute','Casino du Lac-Leamy','Gatineau, Canada','Saturday','8/16/2025','8:00 PM','7078147','Wanted---Bon-Jovi-Tribute-8-16-2025'],['Bed of Roses - Tribute to Bon Jovi','Arlington Music Hall','Arlington, TX','Saturday','8/16/2025','8:00 PM','7216502','Bed-of-Roses---Tribute-to-Bon-Jovi-8-16-2025']],'"Bon Jovi"','https://www.ticketnetwork.com');